home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / CATAGING / WRLDNOTE.LZH / DDIR.DOC next >
Text File  |  1991-02-25  |  2KB  |  46 lines

  1. *****************************************************************************
  2.                                     DDIR.EXE
  3.          a fast directory listing in color with Page Up and Page Down
  4.                                   version 1.01
  5.                                    (c) 1990
  6. -----------------------------------------------------------------------------
  7.    This program will let you view any directory on any drive by typing only
  8. 1 or more letters of the subdirectory name.
  9. It employs one of the fastest sort algorithms and is in color! To use it:
  10.  
  11. type DDIR              to view the directory you are now in
  12. type DDIR B:\DAT\LETT??.GIF to view subdirectory b:\util\database\lett??.gif
  13. type DDIR *.EXE        to view all .EXE files in subdirectory
  14. type DDIR *.EXE A.COM *.BAT  to view all .EXE, A.COM, and .BAT file(s)
  15.                       (you may have up to 15 file specs)
  16. type DDIR *.           to view subdirectories in your directory
  17. Wildcards are permissable.
  18.  
  19. Note: you cannot redirect output to the printer since I use direct video
  20. writes instead of BIOS/DOS functions. To get output to printer press
  21. PrintScreen.
  22.  
  23. DDIR.EXE is especially useful for directories with hundreds of files. This is
  24. because you can Page Up and Page Down or even abort by pressing <ESCAPE>.
  25. Each screen full of files has a page number at the top right hand corner of
  26. the screen. You file intensive hackers should really like DDIR.EXE.
  27.  
  28. At the end of each directory listing is a line that shows how many files were
  29. listed, the size in bytes, and total disk free space in bytes.
  30.  
  31. Limitations: a maximum of 3000 files can be viewed.  Write to me if you need
  32. more than that.
  33. ----------------------------------------------------------------------------
  34.  
  35.            If you want my complete Zulu Disk Utilities send $29 to:
  36.  
  37.                                  ALAN WEINBERG
  38.                                4560 S. 14th Ave.
  39.                                TUCSON, AZ, 85714
  40.  
  41.           I will send you the latest versions plus any new utilities.
  42.      Foreign computer users please send US dollars money order plus $5 for
  43.                             shipping and handling.
  44.  
  45. ----------------------------------------------------------------------------
  46.